Platform Explorer / Nuxeo Platform 2023.10

Extension point routeModelImporter

Documentation

Use to provide a resource path to import route models

    <template-resource path="the path of the zip containing an xml export of the models to import "/>

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.routing.api.RouteModelResourceType

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-routing-default-2023.10.13.jar /OSGI-INF/extensions.xml
    <extension point="routeModelImporter" target="org.nuxeo.ecm.platform.routing.service">
        <template-resource id="ParallelDocumentReview" path="data/ParallelDocumentReview.zip"/>
        <template-resource id="SerialDocumentReview" path="data/SerialDocumentReview.zip"/>
      </extension>